configuration / notification / events

CLI REST-API

test-message

The submenu test-message (test-message) contains the following:

Menus: none

Objects:
email (email)
snmp (snmp)
disp (disp)
user (user)

Commands:
set-all (enable/disable all notification methods for the event)



See also:
/configuration/notification/events/[EVENT-ID]/email: email
/configuration/notification/events/[EVENT-ID]/snmp: snmp
/configuration/notification/events/[EVENT-ID]/disp
/configuration/notification/events/[EVENT-ID]/user
/configuration/notification/events/[EVENT-ID]/set-all
/status/notification/events/[EVENT-ID]

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/notification/events/.*


Example using curl:
curl /api/configuration/notification/events/.*


Method: PATCH
URL: /api/configuration/notification/events/.*
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/notification/events/.*
-d "{
  \"objects\": \"new-values\"
}"